home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / vapnlm / nliclr.exe / NLICLR.TXT < prev   
Text File  |  1993-09-17  |  3KB  |  96 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              NLICLR.EXE/RunTime Server Connections
  5. DOCUMENT ID:        TID000221
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         NLICLR.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare for SAA 1.3
  14. NetWare for SAA 1.2
  15. NetWare for SAA 1.1
  16. NetWare Access Services 1.3
  17. NetWare Asynchronous Communication Services (NACS) 3.0
  18.  
  19. ABSTRACT:
  20. NLICLR.EXE contains the NLICLEAR.NLM.  NLICLEAR.NLM deletes or "clears"
  21. unauthenticated user connections on RunTime servers.  NLICLEAR allows you
  22. to reuse idle connections by periodically clearing them.
  23. _________________________________________________________________
  24.  
  25. DISCLAIMER
  26. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  27. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  28. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  29. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  30. INFORMATION.
  31. _________________________________________________________________
  32.  
  33. Self-Extracting File Name:  NLICLR.EXE
  34.  
  35. Files Included     Size     Date        Time
  36.  
  37.   NLICLR.TXT          (This File)
  38. NLICLEAR.NLM       4338    5-24-91     12:17a
  39.  
  40.  
  41. To install this enhancement, copy the nlm to the system subdirectory and
  42. flag it SRO.  To implement the nlm see the documentation below.
  43.  
  44. ===============================================================
  45.  
  46. NLICLEAR.NLM
  47.  
  48. NLICLEAR.NLM:  Not-Logged-In CLEAR
  49.  
  50. Why use NLICLEAR?
  51.  
  52. NLICLEAR is an NLM which deletes or "clears" unauthenticated user
  53. connections for single-user server licenses.  Unauthenticated connections
  54. cannot be reused until they are cleared.  NLICLEAR allows you to reuse idle
  55. connections by periodically deleting them.
  56.  
  57. Unauthenticated user connections occur when:
  58.  
  59. ■     A user specifies a login name after a LOGIN or ATTACH command, but
  60. does not enter a password to complete the login procedure.
  61.  
  62. ■     A user logs out without logging in elsewhere.
  63.  
  64. ■     The shell establishes a connection with the file server, but no login
  65. is attempted.
  66.  
  67. In these cases, the connection is made to the server, but no authentication
  68. is granted to the user except to complete the login or to login elsewhere.
  69.  
  70. To implement NLICLEAR.NLM use the following command format and parameters:
  71.  
  72. Command format
  73.  
  74. LOAD [path] NLICLEAR [parameter...]
  75.  
  76. Command parameters
  77.  
  78. Replace path with a full path to the directory containing the NLICLEAR
  79. module.  Begin with a DOS drive letter or a NetWare volume name.  If you do
  80. not specify a path, the operating system looks for NLICLEAR in SYS:SYSTEM. 
  81. (Use SEARCH to set up additional paths for automatic searching.)
  82.  
  83. Replace parameter with one or more of the following parameters.
  84.  
  85. NOTIFY
  86.  
  87. Causes a message to be written to the server console screen each time a
  88. connection is cleared.  Default: No notification.
  89.  
  90. POLL=number
  91.  
  92. Sets the time (in seconds) for NLICLEAR to wait between checks of the user
  93. connection table.  The number of seconds can be between 30 and 3600. 
  94. Default: 60 seconds
  95.  
  96.